3.283 \(\int \frac{d+e x+f x^2+g x^3}{x \sqrt{a+b x+c x^2}} \, dx\)

Optimal. Leaf size=155 \[ \frac{\tanh ^{-1}\left (\frac{b+2 c x}{2 \sqrt{c} \sqrt{a+b x+c x^2}}\right ) \left (-4 c (a g+b f)+3 b^2 g+8 c^2 e\right )}{8 c^{5/2}}+\frac{\sqrt{a+b x+c x^2} (4 c f-3 b g)}{4 c^2}-\frac{d \tanh ^{-1}\left (\frac{2 a+b x}{2 \sqrt{a} \sqrt{a+b x+c x^2}}\right )}{\sqrt{a}}+\frac{g x \sqrt{a+b x+c x^2}}{2 c} \]

[Out]

((4*c*f - 3*b*g)*Sqrt[a + b*x + c*x^2])/(4*c^2) + (g*x*Sqrt[a + b*x + c*x^2])/(2*c) - (d*ArcTanh[(2*a + b*x)/(
2*Sqrt[a]*Sqrt[a + b*x + c*x^2])])/Sqrt[a] + ((8*c^2*e + 3*b^2*g - 4*c*(b*f + a*g))*ArcTanh[(b + 2*c*x)/(2*Sqr
t[c]*Sqrt[a + b*x + c*x^2])])/(8*c^(5/2))

________________________________________________________________________________________

Rubi [A]  time = 0.256308, antiderivative size = 155, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 5, integrand size = 33, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.152, Rules used = {1653, 843, 621, 206, 724} \[ \frac{\tanh ^{-1}\left (\frac{b+2 c x}{2 \sqrt{c} \sqrt{a+b x+c x^2}}\right ) \left (-4 c (a g+b f)+3 b^2 g+8 c^2 e\right )}{8 c^{5/2}}+\frac{\sqrt{a+b x+c x^2} (4 c f-3 b g)}{4 c^2}-\frac{d \tanh ^{-1}\left (\frac{2 a+b x}{2 \sqrt{a} \sqrt{a+b x+c x^2}}\right )}{\sqrt{a}}+\frac{g x \sqrt{a+b x+c x^2}}{2 c} \]

Antiderivative was successfully verified.

[In]

Int[(d + e*x + f*x^2 + g*x^3)/(x*Sqrt[a + b*x + c*x^2]),x]

[Out]

((4*c*f - 3*b*g)*Sqrt[a + b*x + c*x^2])/(4*c^2) + (g*x*Sqrt[a + b*x + c*x^2])/(2*c) - (d*ArcTanh[(2*a + b*x)/(
2*Sqrt[a]*Sqrt[a + b*x + c*x^2])])/Sqrt[a] + ((8*c^2*e + 3*b^2*g - 4*c*(b*f + a*g))*ArcTanh[(b + 2*c*x)/(2*Sqr
t[c]*Sqrt[a + b*x + c*x^2])])/(8*c^(5/2))

Rule 1653

Int[(Pq_)*((d_.) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> With[{q = Expon[Pq
, x], f = Coeff[Pq, x, Expon[Pq, x]]}, Simp[(f*(d + e*x)^(m + q - 1)*(a + b*x + c*x^2)^(p + 1))/(c*e^(q - 1)*(
m + q + 2*p + 1)), x] + Dist[1/(c*e^q*(m + q + 2*p + 1)), Int[(d + e*x)^m*(a + b*x + c*x^2)^p*ExpandToSum[c*e^
q*(m + q + 2*p + 1)*Pq - c*f*(m + q + 2*p + 1)*(d + e*x)^q - f*(d + e*x)^(q - 2)*(b*d*e*(p + 1) + a*e^2*(m + q
 - 1) - c*d^2*(m + q + 2*p + 1) - e*(2*c*d - b*e)*(m + q + p)*x), x], x], x] /; GtQ[q, 1] && NeQ[m + q + 2*p +
 1, 0]] /; FreeQ[{a, b, c, d, e, m, p}, x] && PolyQ[Pq, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2
, 0] &&  !(IGtQ[m, 0] && RationalQ[a, b, c, d, e] && (IntegerQ[p] || ILtQ[p + 1/2, 0]))

Rule 843

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Dis
t[g/e, Int[(d + e*x)^(m + 1)*(a + b*x + c*x^2)^p, x], x] + Dist[(e*f - d*g)/e, Int[(d + e*x)^m*(a + b*x + c*x^
2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g, m, p}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0]
&&  !IGtQ[m, 0]

Rule 621

Int[1/Sqrt[(a_) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(4*c - x^2), x], x, (b + 2*c*x)
/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 724

Int[1/(((d_.) + (e_.)*(x_))*Sqrt[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[-2, Subst[Int[1/(4*c*d
^2 - 4*b*d*e + 4*a*e^2 - x^2), x], x, (2*a*e - b*d - (2*c*d - b*e)*x)/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a,
b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[2*c*d - b*e, 0]

Rubi steps

\begin{align*} \int \frac{d+e x+f x^2+g x^3}{x \sqrt{a+b x+c x^2}} \, dx &=\frac{g x \sqrt{a+b x+c x^2}}{2 c}+\frac{\int \frac{2 c d+(2 c e-a g) x+\frac{1}{2} (4 c f-3 b g) x^2}{x \sqrt{a+b x+c x^2}} \, dx}{2 c}\\ &=\frac{(4 c f-3 b g) \sqrt{a+b x+c x^2}}{4 c^2}+\frac{g x \sqrt{a+b x+c x^2}}{2 c}+\frac{\int \frac{2 c^2 d+\frac{1}{4} \left (8 c^2 e+3 b^2 g-4 c (b f+a g)\right ) x}{x \sqrt{a+b x+c x^2}} \, dx}{2 c^2}\\ &=\frac{(4 c f-3 b g) \sqrt{a+b x+c x^2}}{4 c^2}+\frac{g x \sqrt{a+b x+c x^2}}{2 c}+d \int \frac{1}{x \sqrt{a+b x+c x^2}} \, dx+\frac{\left (8 c^2 e+3 b^2 g-4 c (b f+a g)\right ) \int \frac{1}{\sqrt{a+b x+c x^2}} \, dx}{8 c^2}\\ &=\frac{(4 c f-3 b g) \sqrt{a+b x+c x^2}}{4 c^2}+\frac{g x \sqrt{a+b x+c x^2}}{2 c}-(2 d) \operatorname{Subst}\left (\int \frac{1}{4 a-x^2} \, dx,x,\frac{2 a+b x}{\sqrt{a+b x+c x^2}}\right )+\frac{\left (8 c^2 e+3 b^2 g-4 c (b f+a g)\right ) \operatorname{Subst}\left (\int \frac{1}{4 c-x^2} \, dx,x,\frac{b+2 c x}{\sqrt{a+b x+c x^2}}\right )}{4 c^2}\\ &=\frac{(4 c f-3 b g) \sqrt{a+b x+c x^2}}{4 c^2}+\frac{g x \sqrt{a+b x+c x^2}}{2 c}-\frac{d \tanh ^{-1}\left (\frac{2 a+b x}{2 \sqrt{a} \sqrt{a+b x+c x^2}}\right )}{\sqrt{a}}+\frac{\left (8 c^2 e+3 b^2 g-4 c (b f+a g)\right ) \tanh ^{-1}\left (\frac{b+2 c x}{2 \sqrt{c} \sqrt{a+b x+c x^2}}\right )}{8 c^{5/2}}\\ \end{align*}

Mathematica [A]  time = 0.384614, size = 134, normalized size = 0.86 \[ \frac{\tanh ^{-1}\left (\frac{b+2 c x}{2 \sqrt{c} \sqrt{a+x (b+c x)}}\right ) \left (-4 c (a g+b f)+3 b^2 g+8 c^2 e\right )}{8 c^{5/2}}+\frac{\sqrt{a+x (b+c x)} (-3 b g+4 c f+2 c g x)}{4 c^2}-\frac{d \tanh ^{-1}\left (\frac{2 a+b x}{2 \sqrt{a} \sqrt{a+x (b+c x)}}\right )}{\sqrt{a}} \]

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x + f*x^2 + g*x^3)/(x*Sqrt[a + b*x + c*x^2]),x]

[Out]

((4*c*f - 3*b*g + 2*c*g*x)*Sqrt[a + x*(b + c*x)])/(4*c^2) - (d*ArcTanh[(2*a + b*x)/(2*Sqrt[a]*Sqrt[a + x*(b +
c*x)])])/Sqrt[a] + ((8*c^2*e + 3*b^2*g - 4*c*(b*f + a*g))*ArcTanh[(b + 2*c*x)/(2*Sqrt[c]*Sqrt[a + x*(b + c*x)]
)])/(8*c^(5/2))

________________________________________________________________________________________

Maple [A]  time = 0.052, size = 220, normalized size = 1.4 \begin{align*}{\frac{gx}{2\,c}\sqrt{c{x}^{2}+bx+a}}-{\frac{3\,bg}{4\,{c}^{2}}\sqrt{c{x}^{2}+bx+a}}+{\frac{3\,{b}^{2}g}{8}\ln \left ({ \left ({\frac{b}{2}}+cx \right ){\frac{1}{\sqrt{c}}}}+\sqrt{c{x}^{2}+bx+a} \right ){c}^{-{\frac{5}{2}}}}-{\frac{ag}{2}\ln \left ({ \left ({\frac{b}{2}}+cx \right ){\frac{1}{\sqrt{c}}}}+\sqrt{c{x}^{2}+bx+a} \right ){c}^{-{\frac{3}{2}}}}+{\frac{f}{c}\sqrt{c{x}^{2}+bx+a}}-{\frac{bf}{2}\ln \left ({ \left ({\frac{b}{2}}+cx \right ){\frac{1}{\sqrt{c}}}}+\sqrt{c{x}^{2}+bx+a} \right ){c}^{-{\frac{3}{2}}}}+{e\ln \left ({ \left ({\frac{b}{2}}+cx \right ){\frac{1}{\sqrt{c}}}}+\sqrt{c{x}^{2}+bx+a} \right ){\frac{1}{\sqrt{c}}}}-{d\ln \left ({\frac{1}{x} \left ( 2\,a+bx+2\,\sqrt{a}\sqrt{c{x}^{2}+bx+a} \right ) } \right ){\frac{1}{\sqrt{a}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g*x^3+f*x^2+e*x+d)/x/(c*x^2+b*x+a)^(1/2),x)

[Out]

1/2*g*x*(c*x^2+b*x+a)^(1/2)/c-3/4*g*b/c^2*(c*x^2+b*x+a)^(1/2)+3/8*g*b^2/c^(5/2)*ln((1/2*b+c*x)/c^(1/2)+(c*x^2+
b*x+a)^(1/2))-1/2*g*a/c^(3/2)*ln((1/2*b+c*x)/c^(1/2)+(c*x^2+b*x+a)^(1/2))+f/c*(c*x^2+b*x+a)^(1/2)-1/2*f*b/c^(3
/2)*ln((1/2*b+c*x)/c^(1/2)+(c*x^2+b*x+a)^(1/2))+e*ln((1/2*b+c*x)/c^(1/2)+(c*x^2+b*x+a)^(1/2))/c^(1/2)-d/a^(1/2
)*ln((2*a+b*x+2*a^(1/2)*(c*x^2+b*x+a)^(1/2))/x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x^3+f*x^2+e*x+d)/x/(c*x^2+b*x+a)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 19.8931, size = 1759, normalized size = 11.35 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x^3+f*x^2+e*x+d)/x/(c*x^2+b*x+a)^(1/2),x, algorithm="fricas")

[Out]

[1/16*(8*sqrt(a)*c^3*d*log(-(8*a*b*x + (b^2 + 4*a*c)*x^2 - 4*sqrt(c*x^2 + b*x + a)*(b*x + 2*a)*sqrt(a) + 8*a^2
)/x^2) - (8*a*c^2*e - 4*a*b*c*f + (3*a*b^2 - 4*a^2*c)*g)*sqrt(c)*log(-8*c^2*x^2 - 8*b*c*x - b^2 + 4*sqrt(c*x^2
 + b*x + a)*(2*c*x + b)*sqrt(c) - 4*a*c) + 4*(2*a*c^2*g*x + 4*a*c^2*f - 3*a*b*c*g)*sqrt(c*x^2 + b*x + a))/(a*c
^3), 1/8*(4*sqrt(a)*c^3*d*log(-(8*a*b*x + (b^2 + 4*a*c)*x^2 - 4*sqrt(c*x^2 + b*x + a)*(b*x + 2*a)*sqrt(a) + 8*
a^2)/x^2) - (8*a*c^2*e - 4*a*b*c*f + (3*a*b^2 - 4*a^2*c)*g)*sqrt(-c)*arctan(1/2*sqrt(c*x^2 + b*x + a)*(2*c*x +
 b)*sqrt(-c)/(c^2*x^2 + b*c*x + a*c)) + 2*(2*a*c^2*g*x + 4*a*c^2*f - 3*a*b*c*g)*sqrt(c*x^2 + b*x + a))/(a*c^3)
, 1/16*(16*sqrt(-a)*c^3*d*arctan(1/2*sqrt(c*x^2 + b*x + a)*(b*x + 2*a)*sqrt(-a)/(a*c*x^2 + a*b*x + a^2)) - (8*
a*c^2*e - 4*a*b*c*f + (3*a*b^2 - 4*a^2*c)*g)*sqrt(c)*log(-8*c^2*x^2 - 8*b*c*x - b^2 + 4*sqrt(c*x^2 + b*x + a)*
(2*c*x + b)*sqrt(c) - 4*a*c) + 4*(2*a*c^2*g*x + 4*a*c^2*f - 3*a*b*c*g)*sqrt(c*x^2 + b*x + a))/(a*c^3), 1/8*(8*
sqrt(-a)*c^3*d*arctan(1/2*sqrt(c*x^2 + b*x + a)*(b*x + 2*a)*sqrt(-a)/(a*c*x^2 + a*b*x + a^2)) - (8*a*c^2*e - 4
*a*b*c*f + (3*a*b^2 - 4*a^2*c)*g)*sqrt(-c)*arctan(1/2*sqrt(c*x^2 + b*x + a)*(2*c*x + b)*sqrt(-c)/(c^2*x^2 + b*
c*x + a*c)) + 2*(2*a*c^2*g*x + 4*a*c^2*f - 3*a*b*c*g)*sqrt(c*x^2 + b*x + a))/(a*c^3)]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{d + e x + f x^{2} + g x^{3}}{x \sqrt{a + b x + c x^{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x**3+f*x**2+e*x+d)/x/(c*x**2+b*x+a)**(1/2),x)

[Out]

Integral((d + e*x + f*x**2 + g*x**3)/(x*sqrt(a + b*x + c*x**2)), x)

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: TypeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x^3+f*x^2+e*x+d)/x/(c*x^2+b*x+a)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError